home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / temacd / gemmine / Gem_Mine.exe / {app} / data.000 / Materials / font.material next >
Text File  |  2004-11-29  |  523b  |  39 lines

  1.  
  2. gfx/2d/smallBlinkingFont
  3. {
  4.     {
  5.         map textures/fonts/smallFont.tga
  6.         blendFunc blend
  7.         alphagen wave sin 0.5 0.5 0 0.8
  8.     }
  9. }
  10.  
  11.  
  12. // menu active font
  13. gfx/2d/menuActive
  14. {
  15.     {
  16.         map textures/fonts/menuActive.tga
  17.         blendFunc blend
  18.     }
  19. }
  20.  
  21. // menu active blinking font
  22. gfx/2d/menuActiveBlinking
  23. {
  24.     {
  25.         map textures/fonts/menuActive.tga
  26.         blendFunc blend
  27.         rgbGen wave sin 0.88 0.12 0.25 0.8
  28.     }
  29. }
  30.  
  31.  
  32. // small basic font
  33. gfx/2d/smallFont
  34. {
  35.     {
  36.         map textures/fonts/smallFont.tga
  37.         blendFunc blend
  38.     }
  39. }